﻿@charset 'utf-8';



.header1,
.header1.active .logo,
.header1.active .logo span,
.header1.active .logo img,
.header1.active .logo .spanlogo,
.header1.active .pcnav .pcnav1,
.header1.active .pcnav .pcnav2 ul li,
.home3s .lin,
.home3s .lin .ying,
.home3s .slick_a span img,
.slick_intro1 p,
.slick_intro1 p::after,
.honor .lcon1 ul li a .imgy,
.product .lcon1 .ul1 li a .imgk,
.product .lcon1 .ul1 li a p,    
.product .lcon1 .ul1 li a .more
{
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.home4s .lin .zin::after,
.home4s .lin .imgk img
{
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

@font-face {
    font-family: 'RT';
    src: url('../fonts/Roboto-Thin.eot');
    src: url('../fonts/Roboto-Thin.woff') format('woff'), 
    url('../fonts/Roboto-Thin.ttf') format('truetype'), 
    url('../fonts/Roboto-Thin.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'AB';
    src: url('../fonts/ariblk.eot');
    src: url('../fonts/ariblk.woff') format('woff'), 
    url('../fonts/ariblk.ttf') format('truetype'), 
    url('../fonts/ariblk.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}




/*侧链接*/
.linkdiv
{
    position: fixed;
    z-index: 1050;
    top: 300px;
    right: 11px;
}
.linkdiv li
{
    position: relative;

    width: 10px;
    height: 10px;
    margin-top: 16px;

    border-radius: 50%;
}
.linkdiv li span{
    display: inline-block;
    background: #666;
    height: 100%;
    position: relative;
    line-height: 23px;
    padding: 0 10px;
    border-radius: 4px 4px;
}
.linkdiv li span::after{
    content: '';
    width: 5px;
    height: 9px;
    position: absolute;
    top: 6px;
    right: -5px;
    background: url(../images/fu.png) no-repeat top left;
}
.linkdiv li a
{
    display: block;

    width: 10px;
    height: 10px;

    border-radius: 50%;
    background: #666;
    position: relative;
}
.linkdiv li a::after{
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.linkdiv li a:hover::after,
.linkdiv li.act a::after
{
    border: 1px solid #666;
}
.linkdiv li.act div
{
    opacity: 0;
}
.linkdiv div
{
    position: absolute;
    top: -6px;
    right: 23px;

    width: 130px;
    height: 23px;

    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    text-align: right;

    opacity: 0;
    color: #fff;
    font-size: 12px;
}
.linkdiv.badiv div
{
    width: 190px;
}
/**/
.header1{
    height: 143px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1060;
    box-shadow: 0 5px 5px 0 rgba(4,0,0,0.1);
    font-size: 14px;
}
.headt{
    height: 41px;
    line-height: 41px;
    text-align: right;
    font-size: 16px;
    color: #fff;
    background-color: #b5b6b6;
    padding: 0 40px;
}
.headt a{
    color: #fff;
}
.headt span{
    display: inline-block;
    position: relative;
    margin-left: 17px;
    cursor: pointer;
}
.headt span img{
    margin-right: 5px;
    margin-top: -3px;
}
.headt span.appx .erk{
    position: absolute;
    top: 28px;
    left: -279px;
    width: 406px;
    height: 0;
    background: url(../images/top20.png) no-repeat top left;
    text-align: center;
    padding: 0 43px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1061;
}
.headt span.appx .erk img{
    width: 109px;
    height: 110px;
    margin: 0;
}
.headt span.appx .erk .fl{
    width: 50%;
    padding: 45px 25px 0 25px;
}
.headt span.appx .erk h5{
    color: #49cc8e;
    margin-top: 10px;
}
.headt span.appx:hover .erk{
    height: 208px;
}
.headt span:hover a,
.headt span:hover{
    color: #21a8f9;
}
.headt span:hover .img_s{
    display: none;
}
.headt span:hover .img_d{
    display: inline-block;
}
.headt span.soux input{
    background-color: #fff;
    color: #999;
    width: 148px;
    height: 23px;
    line-height: 23px;
    font-size: 12px;
    padding-left: 30px;
    padding-right: 12px;
    border-radius: 10px 10px;
}
.headt span.soux img{
    position: absolute;
    top: 4px;
    left: 10px;
    cursor: pointer;
    margin: 0;
}
.head{
    height: 100%;
    padding: 0 40px;
    background: #f7f7f7;
    font-family: "微软雅黑";
}
.head .logo{
    height: 100%;
    line-height: 143px;
}
.head .logo img{
    width: 70px;
    height: 97px;
}
.head .logo span{
    display: inline-block;
    position: relative;
    height: 97px;
    vertical-align: middle;
}
.head .logo .spanlogo{
    padding-top: 50px;
    border-left: 1px solid #c9c9c9;
    margin-left: 20px;
    padding-left: 25px;
}
.head .logo .spanlogo h5{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.pcnav{
    height: 100%;
}
.pcnav .pcnav1{
    padding-top: 39px;
    text-align: right;
}
.pcnav .pcnav1 span{
    margin-left: 18px;
    position: relative;
    display: inline-block;
}
.pcnav .pcnav1 img{
    width: 28px;
    height: 28px;
}
.pcnav .pcnav1 span.wei{
    cursor: pointer;
}
.pcnav .pcnav1 span.wei .erk{
    position: absolute;
    top: 28px;
    left: 50%;
    margin-left: -53.5px;
    width: 107px;
    height: 0;
    background: url(../images/top10.png) no-repeat top left;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1061;
}
.pcnav .pcnav1 span.wei .erk img{
    width: 90px;
    height: 90px;
    margin-top: 10px;
}
.pcnav .pcnav1 span.wei:hover .erk{
    height: 110px;
}
.pcnav .pcnav1 span a{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.pcnav .pcnav1 span .en{
    margin-left: 15px;
    position: relative;
    font-family: "RT";
    font-size: 16px;
}
.pcnav .pcnav1 span .en::before{
    content: '';
    position: absolute;
    top: 1px;
    left: -7px;
    width: 1px;
    height: 14px;
    background: #cbcbcb;
}
.pcnav .pcnav1 span a:hover{
    color: #21a8f9;
}
.pcnav .pcnav2{
    margin-top: 25px;
}
.pcnav .pcnav2 ul{

}
.pcnav .pcnav2 ul li{
    float: left;
    padding: 0 37px;
    line-height: 1.4;
    height: 50px;
}
@media screen and (max-width: 1233px) {
    .pcnav .pcnav2 ul li {
        padding: 0 32px;
    }
}
.pcnav .pcnav2 ul li:last-child{
    padding-right: 0;
}
.pcnav .pcnav2 ul li a{
    display: block;
    height: 100%;
    color: #333;
    font-size: 16px;
    position: relative;
}
.pcnav .pcnav2 ul li a::after{
    content: '';
    position: absolute;
    bottom: -11px;
    left: 0;
    width: 100%;
    height: 11px;
    background: url(../images/top11.png) no-repeat bottom center;
    display: none;
}
.pcnav .pcnav2 ul li:first-child a::after{
    display: none !important;
}
.pcnav .pcnav2 ul li.act a,
.pcnav .pcnav2 ul li.active a,
.pcnav .pcnav2 ul li:hover a{
    color: #21a8f9;
    font-weight: bold;
}
.pcnav .pcnav2 ul li.active a::after,
.pcnav .pcnav2 ul li:hover a::after{
    display: block;
}

/*pc导航跟随*/
.header1.active{
    position: fixed;
    top: 0;
    height: 65px;
}
.header1.active .logo{
    line-height: 58px;
}
.header1.active .logo span{
    height: 40px;
}
.header1.active .logo .spanlogo h5 {
    line-height: 21px;
}
.header1.active .logo img {
    width: 80px;
    height: auto;
    margin-top: 8px;
}
.header1.active .logo .img_s{
    display: none;
}
.header1.active .logo .img_d{
    display: inline-block;
}
.header1.active .logo .spanlogo {
    /*padding-top: 0;*/
    display: none;
}
.header1.active .pcnav .pcnav1 {
    /*padding-top: 11px;*/
    display: none;
}
.header1.active .pcnav .pcnav2 ul li {
    height: 41px;
}
.xialapc.active{
    top: 65px;
}
/*pc下拉*/
.xialapc{
    position: fixed;
    top: 184px;
    left: 0;
    width: 100%;
    z-index: 1050;
}
.pf_0100{
    position: absolute;
    top: 10px;
    left: 0;
    height: 292px;
    width: 100%;
    background-color: rgba(250,250,250,0.9);
    display: none;
}
.xialapc .xialapc1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0 0 0;
    display: none;
}
.xialapc .xialapc1 .xialapc1n{
    /*background-color: rgba(250,250,250,0.9);*/
    padding: 42px 0 54px 0;
}
.xialapc .xialapc1 .xialapcn{
    width: 1640px;
    margin: 0 auto;
    padding: 0 100px 0 200px;
}
@media screen and (max-width: 1640px) {
    .xialapc .xialapc1 .xialapcn{
        width: 100%;
    }
}
.xialapc .xialapc1 .r_660{
    width: 664px;
}
@media screen and (max-width: 1350px) {
    .xialapc .xialapc1 .r_660{
        width: calc(100% - 370px);
    }
}
.xialapc .xialapc1 .r_660 ul{
    margin: 0 -21px;
}
.xialapc .xialapc1 .r_660 ul li{
    float: left;
    width: 50%;
    padding: 0 21px;
}
.xialapc .xialapc1 .r_660 ul li a{
    display: block;
    line-height: 48px;
    height: 49px;
    border-bottom: 1px solid #d7d7d7;
    color: #000;
}
.xialapc .xialapc1 .r_660 ul li a img{
    float: right;
    margin-top: 21px;
}
.xialapc .xialapc1 .r_660 ul li a:hover{
    color: #21a8f9;
}
.xialapc .xialapc1 .r_660 ul li a:hover .img_s{
    display: none;
}
.xialapc .xialapc1 .r_660 ul li a:hover .img_d{
    display: inline-block;
}
.xialapc .xialapc1 .l_540{
    margin-top: 10px;
    width: 329px;
}
.xialapc .xialapc1 .l_540 img{
    width: 100%;
}

/*phone*/
.header2{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 145px;
    z-index: 1050;
    background-color: #fff;
}
.header2::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .3;
}
.header2 .container{
    position: relative;
    height: 100%;
}
.header2 .logo {
    height: 100%;
    line-height: 145px;
}
.header2 .logo img{
    width: 70px;
    height: 97px;
}
.header2 .logo span{
    display: inline-block;
    position: relative;
    height: 97px;
    vertical-align: middle;
}
.header2 .logo .spanlogo{
    padding-top: 53px;
    border-left: 1px solid #c9c9c9;
    margin-left: 20px;
    padding-left: 25px;
}
.header2 .logo .spanlogo h5{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
/*手机按钮*/
.header2 .menuph{
    position: absolute;
    bottom: 22px;
    right: 40px;
    cursor: pointer;
    text-align: center;
}
.header2 .menuph .point
{
    display: inline-block;
    position: relative;
}
.header2 .menuph .point img{
    width: 32px;
    height: 26px;
}
.header2 .phlian{
    position: absolute;
    top: 28px;
    right: 40px;
}
.header2 .phlian span{
    margin-left: 34px;
}
.header2 .phlian span img{
    width: 12px;
    height: 15px;
}
.header2 .phlian span a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}
.header2 .phlian span .en {
    margin-left: 15px;
    position: relative;
    font-family: "RT";
    font-size: 16px;
}
.header2 .phlian span .en::before{
    content: '';
    position: absolute;
    top: 1px;
    left: -8px;
    width: 1px;
    height: 14px;
    background: #cbcbcb;
}
.header2 .phlian span a:hover{
    color: #21a8f9;
}
@media screen and (max-width: 991px) {
    .header2 .menuph,
    .header2 .phlian{
        right: 20px;
    }
}
@media screen and (max-width: 767px) {
    .header2 .menuph,
    .header2 .phlian{
        right: 15px;
    }
    .header2 .phlian{
        top: 17px;
    }
    .header2 .logo .spanlogo {
        margin-left: 10px;
        padding-left: 15px;
    }
}
/*手机导航跟随*/
.header2.active{
    position: fixed;
    height: 65px;
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.header2.active .logo{
    line-height: 58px;
}
.header2.active .logo span{
    height: 40px;
}
.header2.active .logo .spanlogo h5 {
    line-height: 21px;
}
.header2.active .logo img {
    width: 80px;
    height: auto;
    margin-top: 8px;
}
.header2.active .logo .img_s{
    display: none;
}
.header2.active .logo .img_d{
    display: inline-block;
}
.header2.active .logo .spanlogo {
    padding-top: 0;
    display: none;
}
.header2.active .phlian{
    display: none;
}
.header2.active .pcnav .pcnav1 {
    padding-top: 11px;
}
.header2.active .pcnav .pcnav2 ul li {
    height: 41px;
}
/*手机下拉*/
.phxia{
    position: relative;
}
.xialaph{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding-bottom: 61px;
    display: none;
    z-index: 1049;
    background-color: #fff;
    border-top: 1px solid #ddd;
    font-family: "微软雅黑";
}
.xialaph.active{
    top: 106px;
}
@media screen and (min-width: 768px) {
    .xialaph .container{
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (min-width: 992px) {
    .xialaph .container{
        width: 100%;
        padding: 0 40px;
    }
}

.xialaph .ul2,
.xialaph .ul3{
    display: none;
}
.xialaph h4 a{
    color: #4c4c4c;
    font-size: 16px;
    font-weight: bold;
    line-height: 59px;
}
.xialaph h4{
    position: relative;
    border-bottom: 1px solid #ddd;
}
.xialaph h4::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    opacity: 0.1;
}
.xialaph h5 a{
    color: #4c4c4c;
    font-size: 14px;
    font-family: "微软雅黑";
    line-height: 40px;
}
.xialaph h5{
    position: relative;
    padding-left: 30px;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0.05;
}
.xialaph h4 img{
    width: 13px;
    float: right;
    margin-top: 23px;
    cursor: pointer;
}
.xialaph h5 img{
    width: 13px;
    float: right;
    margin-top: 26px;
    cursor: pointer;
}
.xialaph h4.active,
.xialaph h5.active{
    border-bottom: 0;
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}

.xialaph .ul2{
    background-color: #f0f0f0;
    padding-top: 7px;
    padding-bottom: 8px;
}
.xialaph .ul3{
    padding-left: 15px;
    position: relative;
    margin-top: -6px;
    border-bottom: 1px solid #ddd;
}
.xialaph .ul3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #fff;
    opacity: 0.05;
}
.xialaph .ul3 li a{
    color: #666;
    font-size: 14px;
    line-height: 25px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}
.xialaph .phsou{
    position: relative;
    margin-top: 10px;
    border: 1px solid #ddd;
}
.xialaph .phsou input{
    width: 100%;
    height: 46px;
    background-color: #fff;
    color: #999;
    font-size: 14px;
    padding-left: 15px;
}
.xialaph .phsou input::-webkit-input-placeholder
{
    color: #999;
    opacity: 1;
}
.xialaph .phsou input:-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.xialaph .phsou input::-moz-placeholder
{
    color: #999;
    opacity: 1;
}
.xialaph .phsou input:-ms-input-placeholder
{
    color: #999;
    opacity: 1;
}
.xialaph .phsou img{
    cursor: pointer;
    width: 20px;
    position: absolute;
    top: 13px;
    right: 12px;
}
.xialaph .phlian{
    color: #666;
    font-size: 16px;
    padding-top: 47px;
    padding-bottom: 15px;
    text-align: center;
}
.xialaph .phlian a{
    color: #666;
    display: inline-block;
    width: 121px;
    text-align: left;
}
.xialaph .phlian img{
    margin-right: 7px;
    margin-top: -3px;
}
.xialaph .phlian span{
    cursor: pointer;
    display: inline-block;
    position: relative;
    margin-right: 84px;
    margin-bottom: 15px;
}
.xialaph .phlian span:last-child{
    margin-right: 0;
}
.xialaph span.appx .erk{
    position: absolute;
    bottom: 18px;
    left: 50%;
    margin-left: -176.5px;
    width: 353px;
    height: 0;
    background: url(../images/top05.png) no-repeat top left;
    text-align: center;
    padding: 0 15px 0 15px;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1061;
}
.xialaph span.appx .erk img{
    width: 109px;
    height: 110px;
    margin: 0;
}
.xialaph span.appx .erk .fl{
    width: 50%;
    padding: 45px 25px 0 25px;
}
.xialaph span.appx .erk h5{
    color: #49cc8e;
    margin-top: 10px;
    padding-left: 0;
}
@media screen and (min-width: 768px) {
    .xialaph span.appx:hover .erk{
        height: 220px;
    }
}

@media screen and (max-width: 767px) {
    .xialaph .phlian span{
        display: block;
        margin-right: 0;
        margin-bottom: 32px;
    }
    .xialaph .phlian span:last-child{
        margin-bottom: 16px;
    }
    .xialaph span.appx .erk{
        width: 300px;
        margin-left: -150px;
        background-size: 100% 100%;
    }
    .xialaph span.appx .erk .fl {
        padding: 45px 10px 0 10px;
    }
    .xialaph span.appx .erk .fl img{
        width: 100%;
    }
}

.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 1020;
    display: none;
}
.phonemeng.active{
    display: block;
}

/*首页*/
.slick_banner div{
    display: none;
}
.slick_banner div:nth-child(1){
    display: block;
}
.slick_banner img{
    width: 100%;
}
.slick_banner .slick-dots{
    bottom: 26px;
}
.slick_banner .slick-dots li{
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0 10px;
}
.slick_banner .slick-dots li.slick-active{
    background: #fff;
}
.cont0{
    width: 100%;
    padding: 0 40px;
    font-family: "微软雅黑";
}
.h1t{
    color: #666;
    padding-top: 56px;
    padding-bottom: 26px;
    line-height: 1.5;
    position: relative;
    text-align: center;
}
.h1t::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -40.5px;
    width: 81px;
    height: 1px;
    background: #999;
}
.h4t{
    color: #666;
    font-size: 20px;
    text-align: center;
    line-height: 1.5;
    margin-top: 28px;
}
.home1{
    background: url(../images/00_10.jpg) no-repeat bottom center;
}
.home1n{
    padding: 0 100px;
    text-align: center;
}
.home1k{
    margin-top: 138px;
    display: inline-block;
    position: relative;
}
.home1k .img,
.home1k .div0{
    position: absolute;
}
.home1k .img1{
    top: -40px;
    left: 112px;
}
.home1k .img2{
    top: -41px;
    left: 621px;
}
.home1k .img3{
    top: 144px;
    left: 981px;
}
.home1k .img4{
    top: 342px;
    left: 326px;
}
.home1k .imgk{
    width: 135px;
    height: 40px;
    line-height: 39px;
    position: relative;
    text-align: center;
}
.home1k .imgz{
    position: absolute;
    top: -86px;
    left: 0;
    width: 100%;
    padding-bottom: 22px;
}
.home1k .imgz::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 15px;
    background: #49cc8d;
    margin-left: -0.5px;
}
.home1k .imgz h1{
    color: #5c9977;
    font-size: 48px;
    font-family: 'AB';
    line-height: 48px;
    letter-spacing: 0.5px;
}
.home1k .imgz h5{
    color: #49cc8d;
    letter-spacing: 0.5px;
}
.home1k .div1{
    top: 0;
    left: 322px;
}
.home1k .div2{
    top: 0;
    left: 857px;
}
.home1k .div3{
    top: 188px;
    left: 656px;
}
.home1k .div4{
    top: 376px;
    left: 518px;
}
.home1n .img01{
    width: 100%;
    margin-top: 35px;
}
.home2{
    background: url(../images/00_21.jpg) top center;
    overflow: hidden;
}
.home2pc{
    padding-bottom: 26px;
}
.home2pc ul{
    margin: 0 -101px;
}
.home2pc ul li{
    float: left;
    width: 25%;
    padding: 0 101px;
    margin: 44px 0;
}
.home2pc .lik{

}
.home2pc .imgk{
    height: 108px;
    /*line-height: 108px;*/
    text-align: center;
}
.home2pc .imgkk{
    position: relative;
    display: inline-block;
}
.home2pc h4{
    color: #666;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 8px;
    height: 48px;
    line-height: 1.3;
}
.home2pc p{
    color: #777;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: justify;
    height: 78px;
    overflow: hidden;
}
.home2pc .lik:hover .img_s{
    display: none;
}
.home2pc .lik:hover .img_d{
    display: inline-block;
}
.home2pc .lik:hover h4{
    color: #21a8f9;
}
.home2pd{
    padding-bottom: 55px;
    padding-top: 46px;
}
.home2pd .lik{

}
.home2pd .imgk{
    height: 108px;
    line-height: 108px;
    text-align: center;
}
.home2pd .imgk img{
    display: inline;
}
.home2pd h4{
    color: #333;
    text-align: center;
    margin-top: 44px;
    margin-bottom: 8px;
}
.home2pd p{
    color: #666;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: justify;
    height: 78px;
    overflow: hidden;
}
.slick_chan{
    margin: 0 -34px;
    padding: 0 72px;
}
.slick_chan .slick-slide{
    padding: 0 34px;
}
.slick_chan .slick-prev,
.slick_chan .slick-next{
    width: 32px;
    height: 58px;
    background-size: 100% 100%;
}
.slick_chan .slick-prev{
    background-image: url(../images/arrowl1.png);
    left: 34px;
}
.slick_chan .slick-next{
    background-image: url(../images/arrowr1.png);
    right: 34px;
}
.home3{
    background: #f4f5f5;
}
.home3s{
    padding-top: 45px;
}
.home3s .slick_yan{
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
/*.slick_yan .item{
    display: none;
}
.slick_yan .item:first-child{
    display: block;
}*/
.home3s .lin{
    /*margin: 10px 0;*/
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
}
.home3s .lin .imgk{
    overflow: hidden;
    position: relative;
}
.home3s .lin .imgk .img{
    width: 100%;
}
.home3s .lin .imgk .ying{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    opacity: 0;
}
.home3s .lin .imgk .ying img{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -28px;
    margin-top: -19px;
}
.home3s .lin .conn{
    padding: 32px 10px 0 30px;
    text-align: left;
    height: 206px;
    background: #fff;
}
.home3s .lin .conn h3{
    color: #777;
    font-size: 20px;
    font-weight: bold;
}
.home3s .lin .conn h5{
    color: #3ebbe4;
    margin-top: 20px;
    margin-bottom: 13px;
}
.home3s .lin .conn p{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.5px;
    height: 48px;
    overflow: hidden;
}
.home3s .lin:hover{
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.home3s .lin:hover .ying{
    opacity: 1;
}
.home3s .lin:hover h3{
    color: #3ebbe4;
}
.home3s .slick_a{
    text-align: center;
    padding-top: 58px;
    padding-bottom: 57px;
}
.home3s .slick_a span{
    display: inline-block;
    margin: 0 36px;
    cursor: pointer;
    position: relative;
}
.home3s .slick_a span .img_sd{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
@media screen and (min-width: 767px) {
    .home3s .slick_a span:hover .img_s{
        opacity: 0;
    }
    .home3s .slick_a span:hover .img_sd{
        opacity: 1;
    }
}

.home4{
    background: url(../images/00_21.jpg) top left;
    overflow: hidden;
    font-family: "微软雅黑";
}
.home4s {
    padding-top: 54px;
    padding-bottom: 79px;
}
.home4s .lin{
    /*background: #fff;*/
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.home4s .lin .imgk{
    overflow: hidden;
    width: 100%;
}
.home4s .lin .imgk img{
    width: 100%;
}
.home4s .lin .zin{
    height: 212px;
    position: relative;
    text-align: left;
    padding: 35px 15px 0 35px;
    background: #eaf6fd;
}
.home4s .lin .zin::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #21a8f9;
}
.home4s .lin .zin h5,
.home4s .lin .zin h4{
    position: relative;
    z-index: 1;
}
.home4s .lin .zin .h51{
    color: #666;
}
.home4s .lin .zin h4{
    color: #333;
    font-size: 20px;
    margin-top: 16px;
    margin-bottom: 11px;
    line-height: 1.5;
    height: 60px;
}
.home4s .lin .zin .h52{
    color: #2294c9;
}
.home4s .lin:hover .imgk img{
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.home4s .lin:hover .zin::after{
    height: 100%;
}
.home4s .lin:hover .h51,
.home4s .lin:hover .h52,
.home4s .lin:hover h4{
    color: #fff;
}
.home4s .lin:hover h4{
    font-weight: bold;
}
.slick_newa {
    margin: 0 -19px;
}
.slick_newa .slick-slide{
    padding: 0 19px;
}
.slick_newa .slick-prev,
.slick_newa .slick-next{
    width: 19px;
    height: 37px;
    background-size: 100% 100%;
}
.slick_newa .slick-prev{
    background-image: url(../images/arrowl31.png);
    left: -80px;
}
.slick_newa .slick-next{
    background-image: url(../images/arrowr31.png);
    right: -80px;
}
@media screen and (min-width: 991px) {
    .slick_newa .slick-prev:hover{
        background-image: url(../images/arrowl32.png);
    }
    .slick_newa .slick-next:hover{
        background-image: url(../images/arrowr32.png);
    }    
}

footer{
    background: #9c9d9d;
    padding: 40px 0 43px 0;
    position: relative;
}
@media screen and (min-width: 992px) {
    footer{
        padding: 40px 0 34px 0;
    }
    footer .footerl{
        margin-top: 17px;
    }
}
/*slect功能键*/
footer .lian{
    width: 208px;
    height: 30px;
    position: absolute;
    top: 22px;
    left: 40px;
    text-align: left;
    display: inline-block;
}
footer .lian h5{
    height: 100%;
    line-height: 30px;
    cursor: pointer;
    background-color: #939595;
    color: #ffffff;
    padding-left: 15px;
}
footer .lian h5 img{
    margin-top: 12px;
    margin-right: 12px;
}
footer .lian .ul1{
    position: absolute;
    bottom: 31px;
    left: 0;
    width: 100%;
    background-color: #939595;
    padding-top: 8px;
    padding-bottom: 9px;
    display: none;
}
footer .lian .ul1.active{
    display: block;
}
footer .lian .ul1 li{
}
footer .lian .ul1 li a{
    color: #ffffff;
    display: block;
    padding-left: 15px;
    line-height: 24px;
}
footer .lian .ul1 li a:hover{
    color: #2294c9;
}
footer .cont0 .lian{
    position: relative;
    top: 14px;
    left: 50%;
    margin-left: -104px;
}
footer .lian .ul1{
    height: 130px;
    overflow: auto;
}




footer .footerr{
    text-align: right;
    padding-top: 15px;
}
footer .diwai img{
    cursor: pointer;
    width: 39px;
    height: 39px;
    margin-left: 30px;
}
footer .diwai img:first-child{
    margin-left: 0;
}
footer .diwai .erk {
    position: absolute;
    bottom: 48px;
    right: -30px;
    width: 107px;
    height: 0;
    background: url(../images/top101.png) no-repeat bottom left;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1061;
}
footer .diwai .erk img {
    width: 90px;
    height: 90px;
    margin-top: 5px;
}
footer .diwai .erk.act{
    height: 103px;
}
footer .diwai2{
    margin-top: 14px;
}
footer .diwai2 span{
    margin-left: 37px;
    position: relative;
    display: inline-block;
}
footer .diwai2 span::before{
    content: '';
    position: absolute;
    top: 2px;
    left: -20px;
    width: 1px;
    height: 13px;
    background: #c0c1c1;
}
footer .diwai2 span:first-child{
    margin-left: 0;
}
footer .diwai2 span:first-child::before{
    display: none;
}
footer .diwai2 span a{
    color: #dadbdb;
    font-size: 14px;
}
footer .dilian{

}
footer .dilian span{
    position: relative;
    display: inline-block;
    margin: 15px 25px 15px 24px;
}
footer .dilian span::before{
    content: '';
    position: absolute;
    top: 2px;
    left: -27px;
    width: 1px;
    height: 13px;
    background: #dedede;
}
footer .dilian span:first-child{
    margin-left: 0;
}
footer .dilian span:first-child::before{
    display: none;
}
footer .dilian span a{
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0.5px;
}
footer .dilian span a:hover{
    color: #3ebbe4;
}
footer .dilian2{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
footer .dilian2 a{
    color: #fff;
}
footer .dilian2 a:last-child{
    margin-left: 10px;
}
footer .dilian3{
    padding-top: 9px;
    text-align: left;
}
@media screen and (min-width: 992px) {
    footer .dilian3{
        padding-top: 0px;
        text-align: left;
        display: inline-block;
    }
}
p img{
    max-width: 100%;
}

/*01页*/
.intro {
    font-family: "微软雅黑";
}
.intro .lcon1{
    padding-top: 45px;
    min-height: 370px;
}
.intro .lcon1 p{
    color: #333;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-align: justify;
    line-height: 32px;
    margin-bottom: 32px;
}
.intro .lcon2{
    background-image: url(../images/01_01.jpg);
    background-size: auto 100%;
    background-position: top center;
    padding-top: 74px;
    padding-bottom: 74px;
    min-height: 952px;
}
.intro .lcon2 .slick_intro1k{
    padding-left: 69px;
    padding-right: 69px;
}
.slick_intro1{
    padding: 0 86px;
}
.slick_intro1::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #c6c6c6;
    left: 0;
    bottom: 0;
}
.slick_intro1 p{
    display: block;
    position: relative;
    color: #fff;
    font-size: 24px;
    padding-bottom: 35px;
    text-align: center;
    height: 75px;
    padding-top: 11px;
}
.slick_intro1 p span{
    display: inline-block;
    cursor: pointer;
}
.slick_intro1 p::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 30px;
    margin-left: -0.5px;
    background: #fff;
}
.slick_intro1 .slick-current p{
    font-size: 36px;
    padding-top: 0;
}
.slick_intro1 .slick-current p::after{
    width: 2px;
    margin-left: -1px;
}
.slick_intro1 .slick-prev,
.slick_intro1 .slick-next{
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    z-index: 1001;
    top: 99%;
}
.slick_intro1 .slick-prev{
    background-image: url(../images/arrowl4.png);
    left: 0;
}
.slick_intro1 .slick-next{
    background-image: url(../images/arrowr4.png);
    right: 0;
}
.intro .slick_intro2k{
    margin-top: 76px;
}
.intro .slick_intro2k .nei {
    position: relative;
    overflow: hidden;
}
.intro .slick_intro2k .nei::after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #bcbcbc;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    top: -18px;
}
.intro .slick_intro2k .nei .tou {
    text-align: center;
    padding-bottom: 13px;
    position: relative;
    z-index: 1;
}
.intro .slick_intro2k .nei .tou img{
    width: 160px;
    display: inline-block;
}
.intro .slick_intro2k .nei .tudi{
    text-align: center;
    position: relative;
    z-index: 1;
}
.intro .slick_intro2k .nei .tudi img{
    width: 19px;
    display: inline-block;
}
.intro .slick_intro2k .neicon{
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.intro .slick_intro2k .neicon p{
    line-height: 23px;
}
.intro .slick_intro2k .neicon span{
    font-size: 16px;
    font-family: "Arial";
    font-weight: bold;
}
.intro .slick_intro2k .neiconr{
    padding-left: 50%;
    margin-top: 38px;
}
.intro .slick_intro2k .neiconl{
    padding-right: 50%;
    text-align: right;
    margin-top: 38px;
}
.intro .slick_intro2k .neiconr .neiconrn{
    position: relative;
    padding-left: 38px;
}
.intro .slick_intro2k .neiconr .neiconrn::before{
    content: '';
    position: absolute;
    top: 12px;
    left: 2px;
    width: 26px;
    height: 1px;
    background: #bcbcbc;
}
.intro .slick_intro2k .neiconr .neiconrn span{
    position: absolute;
    top: 5px;
    left: -87px;
    width: 72px;
    display: block;
    text-align: right;
}
.intro .slick_intro2k .neiconl .neiconln{
    position: relative;
    padding-right: 38px;

}
.intro .slick_intro2k .neiconl .neiconln::before{
    content: '';
    position: absolute;
    top: 12px;
    right: 2px;
    width: 26px;
    height: 1px;
    background: #bcbcbc;
}
.intro .slick_intro2k .neiconl .neiconln span{
    position: absolute;
    top: 5px;
    right: -80px;
    right: -87px;
    width: 72px;
    text-align: left;
}

/*02页*/
.culture .lcon1{
    padding-top: 40px;
    padding-bottom: 41px;
}
.culture .lcon1 img{
    width: 100%;
}
/*03页*/
.honor{
    padding-bottom: 50px;
}
.honor .lcon1{
    font-family: "微软雅黑";
    padding-bottom: 50px;
    overflow: hidden;
}
.honor .lcon1 ul{
    margin: 0 -22px;
}
.honor .lcon1 ul li{
    padding: 0 22px;
    width: 33.333%;
    float: left;
    text-align: center;
    margin-top: 76px;
}
.honor .lcon1 ul li a{
    display: block;
}
.honor .lcon1 ul li .imgk{
    height: 230px;
    line-height: 230px;
    position: relative;
}
.honor .lcon1 ul li .imgk .img{
    max-height: 100%;
    max-width: 100%;
}
.honor .lcon1 ul li .imgk .imgy{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 93px;
    height: 93px;
    background: rgba(0,0,0,0.6);
    margin-top: -46.5px;
    margin-left: -46.5px;
    text-align: center;
    line-height: 93px;
    border-radius: 4px 4px;
    opacity: 0;
}
.honor .lcon1 ul li .lizh{
    height: 71px;
    margin-top: 26px;
}
.honor .lcon1 ul li .liz{
    background: -webkit-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -moz-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -ms-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -o-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    color: #fff;
    padding-top: 6px;
    padding-bottom: 7px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.honor .lcon1 ul li .liz h4{
    font-size: 16px;
    line-height: 1.3;
}
.honor .lcon1 ul li .liz h5{
    line-height: 1.3;

}
.honor .lcon1 ul li a:hover .imgy{
    opacity: 1;
}
/*弹窗*/
.tank2
{
    position: fixed;
    z-index: 1060;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    overflow: auto;

    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.tank2 .tany
{
    position: fixed;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background-color: #000;
}
.tank2 .tanz
{
    font-family: '微软雅黑';
    position: relative;
    width: 1200px;
    margin: 90px auto;
}
.tank2 .tanz .tanhead
{
    text-align: center;
    position: relative;
    padding-top: 6px;
    padding-bottom: 9px;
    color: #fff;
    background: -webkit-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -moz-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -ms-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: -o-linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
    background: linear-gradient(90deg,#2294c9 0,#3ab5a5 100%);
}
.tank2 .tanz .tanhead h3{
    line-height: 1.4;
}
.tank2 .tanz .tanhead h4{
    font-family: "微软雅黑";
    line-height: 1.2;
}
.tank2 .tanz .tanclose
{
    position: absolute;
    top: 50%;
    right: 31px;
    margin-top: -15px;
    cursor: pointer;
    display: inline-block;
}
.tank2 .tanz .tanclose img{
    width: 25px;
}
@media screen and (max-width: 767px) {
    .tank2 .tanz .tanclose img{
        width: 15px;
    }
    .tank2 .tanz .tanclose {
        right: 21px;
    }
    .tank2 .tanz .tanhead h3{
        font-size: 20px;
    }
    .tank2 .tanz .tanhead h4{
        font-size: 14px;
    }
}
.slick_tan{
    margin-top: 96px;
    padding: 0 98px;
}
.slick_tan .slick-slide{
    text-align: center;
}
.slick_tan .slick-slide img{
    display: inline-block;
    max-width: 100%;
}
.slick_tan .slick-prev,
.slick_tan .slick-next{
    width: 98px;
    height: 98px;
    background-size: 100% 100%;
    z-index: 1001;
}
.slick_tan .slick-prev{
    background-image: url(../images/arrowl4.png);
    left: 0;
}
.slick_tan .slick-next{
    background-image: url(../images/arrowr4.png);
    right: 0;
}
@media screen and (max-width: 1199px)
{
    .tank2 .tanz{
        width: 970px;
    }
}
@media screen and (max-width: 991px)
{
    .tank2 .tanz{
        width: 750px;
    }
}
@media screen and (max-width: 767px)
{
    .tank2 .tanz{
        width: 100%;
        margin: 0;
    }
    .slick_tan .slick-prev, 
    .slick_tan .slick-next {
        width: 38px;
        height: 38px;
    }
    .slick_tan{
        margin-top: 40px;
        padding: 0 40px;
    }
}
.slick_wu{
    position: absolute;
    top: 170px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    display: none;
}
/*04页*/
.animated.bIn {
    transition: all 1s ease 0s, opacity 1.5s ease 0s;
}
.bIn {
  -webkit-animation-name: bIn;
  animation-name: bIn;
}
@-webkit-keyframes bIn {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes bIn {
    0% {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        opacity: 0;
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
.mien .lcon1{
    padding-top: 9px;
    padding-bottom: 48px;
}
.mien .lcon1 img{
    width: 100%;
}
.mien0{
    margin: 0 -5px;
    margin-top: 57px;
}
.mien0 .imgz{
    padding-top: 15px;
}
.mien0 .imgz p:nth-child(1){
    color: #666;
    font-size: 22px;
    font-family: "Arial";
    letter-spacing: 3px;
}
.mien0 .imgz p:nth-child(2){
    color: #333;
    font-size: 56px;
    font-family: "微软雅黑";
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1.3;
}
.mien0 .fl{
    width: 50%;
    padding: 0 5px;
}
.mien0 .fl:nth-child(2) li{
    float: left;
    width: 50%;
}
.mien0 .fl:nth-child(2) li:nth-child(1){
    padding-right: 5px;
}
.mien0 .fl:nth-child(2) li:nth-child(2){
    padding-left: 5px;
}
.mien0 .fl:nth-child(2) li:nth-child(3){
    width: 100%;
    padding-top: 10px;
}
.mien0:nth-child(2) .fl:nth-child(1){
    float: right;
    text-align: right;
}
/*06页*/
.chan.secnav.sec4 li{
    margin-bottom: 12px;
}
.secnav li a img{
    margin-right: 18px;
    margin-top: -5px;
}
.secnav li.act a .img_d,
.secnav li:hover a .img_d
{
    display: inline-block;
}
.secnav li.act a .img_s,
.secnav li:hover a .img_s
{
    display: none;
}
.product .lcon1{
    font-family: "微软雅黑";
    padding-bottom: 39px;
}
.product .lcon1 .ul1{
    margin: 0 -6px;
    padding-top: 39px;
    padding-bottom: 32px;
}
.product .lcon1 .ul1 li{
    padding: 0 6px;
    float: left;
    width: 50%;
    text-align: center;
    margin-bottom: 16px;
}
.product .lcon1 .ul1 li a{
    display: block;
    padding: 25px 0 80px 0;
    background: #eaf6fd;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}
.product .lcon1 .ul1 li .imgk{
    height: 350px;
    padding: 0 15px;
    line-height: 350px;
}
.product .lcon1 .ul1 li .imgk img{
    max-width: 350px;
}
.product .lcon1 .ul1 li p{
    color: #333;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 1.4;
    margin-top: 11px;
    margin-bottom: 27px;
    height: 50.4px;
    padding: 0 15px;
}
.product .lcon1 .ul1 li p span{
    font-family: "Arial";
}
.product .lcon1 .ul1 li .more{
    width: 175px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #21a8f9;
    font-size: 14px;
    background: #fff;
    border-radius: 21px;
    box-shadow: 0 5px 5px 0 rgba(6,0,1,0.1);
}
.product .lcon1 .ul1 li a:hover .imgk,
.product .lcon1 .ul1 li a:hover p,
.product .lcon1 .ul1 li a:hover .more
{
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
    transform: translateY(-15px);
}
.product .lcon1 .ul1 li a:hover p{
    color: #21a8f9;
}
.product .lcon1 .ul1 li a:hover .more{
    background: #21a8f9;
    color: #fff;
}



/*媒体查询*/
@media screen and (min-width: 768px) {
    .container.shou{
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

}
@media screen and (min-width: 991px) {
    .container.shou{
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }

}
@media screen and (max-width: 1850px) {
    .home2pc ul{
        margin: 0 -80px;
    }
    .home2pc ul li{
        padding: 0 80px;
    }
}
@media screen and (max-width: 1750px) {
    .home2pc ul{
        margin: 0 -70px;
    }
    .home2pc ul li{
        padding: 0 70px;
    }
}
@media screen and (max-width: 1650px) {
    .home2pc ul{
        margin: 0 -60px;
    }
    .home2pc ul li{
        padding: 0 60px;
    }
    .home3s .lin .conn {
        height: 170px;
    }
}
@media screen and (max-width: 1560px) {
    .home1k .img0{
        width: 1200px;
    }
    .home1k .img1 {
        top: -42px;
    }
    .home1k .img2 {
        top: -43px;
    }
    .home1k .img3 {
        top: 130px;
        left: 955px;
    }
    .home1k .img4 {
        top: 317px;
        left: 305px;
    }
    .home1k .imgk {
        height: 37px;
        line-height: 36px;
    }
    .home1k .imgz {
        top: -85px;
    }
    .home1k .div3 {
        top: 177px;
    }
    .home1k .div4 {
        top: 353px;
        left: 488px;
    }

}
@media screen and (max-width: 1480px) {
    .home1n{
        padding: 0 50px;
    }
    .home1k .img0{
        width: 1020px;
    }
    .home1k .img1 {
        top: -48px;
    }
    .home1k .img2 {
        top: -49px;
        left: 578px;
    }
    .home1k .img3 {
        top: 98px;
        left: 775px;
    }
    .home1k .img4 {
        top: 258px;
        left: 261px;
    }
    .home1k .imgk {
        height: 33px;
        line-height: 29px;
    }
    .home1k .imgz {
        top: -85px;
    }
    .home1k .div2 {
        left: 784px;
    }
    .home1k .div3 {
        top: 150px;
        left: 520px;
    }
    .home1k .div4 {
        top: 300px;
        left: 409px;
    }
    .slick_newa .slick-prev{
        left: -30px;
    }
    .slick_newa .slick-next{
        right: -30px;
    }

}

@media screen and (max-width: 1360px) {
    .home2pc ul{
        margin: 0 -40px;
    }
    .home2pc ul li{
        padding: 0 40px;
    }
    .home3s .lin .conn p br{
        display: none;
    }
    .home4s .lin .zin {
        height: 165px;
        padding-top: 23px;
    }
    .home3s .lin .conn {
        height: 155px;
    }
}
@media screen and (max-width: 1199px) {
    .home1n{
        padding: 0 0;
    }
    .slick_newa .slick-prev{
        left: -7px;
    }
    .slick_newa .slick-next{
        right: -7px;
    }
    .home3s .lin .conn {
        height: 134px;
    }
    footer .diwai .erk{
        right: 50%;
        margin-right: -127px;
    }

}
@media screen and (max-width: 991px) {
    .cont0{
        padding: 0 20px;
    }
    .slick_yan{
        padding: 0 158px;
    }
    .slick_newa{
        margin: 0;
        padding: 0 104px;
    }
    .slick_newa .slick-prev{
        left: 0;
        background-image: url(../images/arrowl1.png);
    }
    .slick_newa .slick-next{
        right: 0;
        background-image: url(../images/arrowr1.png);
    }
    .slick_newa .slick-slide{
        padding: 0;
    }
    .slick_newa .slick-prev, 
    .slick_newa .slick-next {
        width: 32px;
        height: 58px;
    }
    footer .footerr,
    footer .footerl{
        float: none;
        text-align: center;
    }
    footer .dilian2 a:last-child{
        display: block;
        margin-top: 12px;
        margin-left: 0;
    }
    footer .diwai2 {
        margin-top: 16px;
    }
    footer .footerl{
        margin-top: 43px;
    }
    footer .dilian2 {
        margin-top: 10px;
    }
    footer {
        padding: 40px 0 11px 0;
    }
    footer .dilian3 {
        padding-top: 16px;
    }
    footer .dilian span:first-child{
        margin: 15px 18px 15px 18px;
    }
    footer .dilian span{
        margin: 15px 18px 15px 18px;
    }
    footer .dilian span::before{
        left: -20px;
    }
    .intro .lcon2 .slick_intro1k,
    .slick_intro1 {
        padding-left: 0;
        padding-right: 0;
    }
    .honor .lcon1 ul li{
        width: 50%;
    }
    .mien0 .imgz p:nth-child(2) {
        font-size: 36px;
    }

}
@media screen and (max-width: 767px) {
    .slick_banner .slick-slide .img_s{
        display: none !important;
    }
    .slick_banner .slick-slide .img_dd{
        display: block !important;
    }
    .slick_banner .slick-dots{
        bottom: 15px;
    }
    .h1t {
        padding-top: 30px;
        padding-bottom: 13px;
        font-size: 24px;
    }
    .h4t {
        font-size: 14px;
        margin-top: 14px;
    }
    .cont0{
        padding: 0 15px;
    }
    .slick_chan .slick-slide{
        padding: 0 0;
    }
    .slick_chan .slick-prev, 
    .slick_chan .slick-next {
        width: 25px;
        height: 45px;
    }
    .slick_yan{
        padding: 0 0;
    }
    .home3s .slick_a {
        padding-top: 34px;
        padding-bottom: 36px;
    }
    .home3s .slick_a span {
        margin: 0 10px;
    }
    .home3s .slick_a span img{
        width: 121px;
    }
    .slick_newa {
        padding: 0 0;
    }
    .slick_newa .slick-prev,
    .slick_newa .slick-next{
        display: none !important;
    }
    .slick_newa .slick-dots{
        bottom: -35px;
    }
    .slick_newa .slick-dots li{
        width: 6px;
        height: 6px;
        border: 1px solid #21a8f9;
        border-radius: 50%;
    }
    .slick_newa .slick-dots li.slick-active{
        background: #21a8f9;
    }
    .home3s {
        padding-top: 25px;
    }
    .home4s {
        padding-top: 35px;
    }
    .honor .lcon1 ul li{
        width: 100%;
    }
    .mien0 .fl{
        width: 100%;
    }
    .mien0 .imgz {
        padding-bottom: 15px;
    }
    .product .lcon1 .ul1 li{
        width: 100%;
    }
    .product .lcon1 .page .shiftpage{
        margin-top: 0;
    }
    .home2pd .imgk{
        height: 90px;
    }
    .home2pd .imgk img{
        height: 100%;
    }
    .honor .lcon1 {
        padding-bottom: 0;
    }
    .intro .lcon2{
        min-height: 382px;
    }

}
@media screen and (max-width: 662px) {
    footer .dilian span:nth-child(6)::before{
        display: none;
    }
}
@media screen and (max-width: 556px) {
    footer .dilian span:nth-child(6)::before{
        display: block;
    }
    footer .dilian span:nth-child(5)::before{
        display: none;
    }
}
@media screen and (max-width: 450px) {
    footer .dilian span:nth-child(5)::before{
        display: block;
    }
    footer .dilian span:nth-child(4)::before{
        display: none;
    }
}
@media screen and (max-width: 344px) {
    footer .dilian span:nth-child(4)::before{
        display: block;
    }
    footer .dilian span:nth-child(3)::before,
    footer .dilian span:nth-child(5)::before{
        display: none;
    }
}
@media screen and (min-width: 1200px) {
    .index0{
        padding-top: 0;
    }
    .index0.active{
        padding-top: 65px;
    }
}
@media screen and (max-width: 1199px) {
    .index0{
        padding-top: 0;
    }
    .index0.active{
        padding-top: 106px;
    }
}
.header2.active .menuph {
    bottom: 18px;
}